Check Time Format
Command Prototype
bRet = Time.IsDate(sText, sFormat)
Command Description
Determine whether a string can be converted to time data
Parameter Description
- Required Parameter
- sText--The string to be determine whether it can be converted to time data
- sFormat--Format of the time text, '.' stands for any non-numeric character
- return
- bRet--The variable used to save the output of the function call